.container-yto {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}
.section-one-background {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}
.section-one-background {
    background: linear-gradient(45deg, #008444, #C8D303);
    padding: 1rem 0;
}
h1.title-one {
    color: #fff !important;
    font-family: "Roboto";
    margin-top: 1rem;
}

.clear-wrap {
    display: block;
    width: 100%;
}
.clear-wrap::after {
    content: "";
    clear: both;
    display: table;
}
img.wrapped-img {
    float: left;
    width: 350px;
    max-width: 35% !important;
    height: auto;
    margin-right: 2.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    mix-blend-mode: multiply;
}
ul.bullet-points {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;         
}

ul.bullet-points li {
    line-height: 1.5;
    color: #000;
    font-family: "Roboto";
}

.card-body {

    background: #f3f3f3;
    border: 2px solid #008444;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 132 68 / 48%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 15px;
}
a.link {
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: bold;
    border: none;
    padding: 10px;
}